projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c99ae7e
a298346
)
Auto merge of #3335 - alexcrichton:fix-xcomiple, r=brson
author
bors
<bors@rust-lang.org>
Fri, 2 Dec 2016 12:15:18 +0000
(12:15 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 2 Dec 2016 12:15:18 +0000
(12:15 +0000)
Add host dependency path via -L for cross compiles
Now that proc-macro crates can reexport from their dependencies we need to be
able to find the other crates, so ensure that we pass an appropriate -L flag.
Closes #3334
Trivial merge